home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / WINDOWS / EDITORS / WINDE2 / REVISION.TXT < prev    next >
Text File  |  1990-09-30  |  7KB  |  92 lines

  1. ┌──────────┬──────────┬────────────────────────────────────────────────────┐
  2. │Rev Level │ Date of  │ Reason for change, description of change and       │
  3. │From   To │ Change   │ affected procedures/functions.                     │
  4. ├──────────┼──────────┼────────────────────────────────────────────────────┤
  5. │2.16 2.17 │ 04-29-90 │ Corrected error in macro logic that was introduced │
  6. │          │          │ when 255 character limit was removed in rev. 2.15  │
  7. │          │          │                                                    │
  8. │          │        " │ Modified the record key dialog to include the      │
  9. │          │          │ message "press Alt-K to cancel."                   │
  10. │          │          │                                                    │
  11. │          │        " │ Made some speed improvements to some of the screen │
  12. │          │          │ display routines (REDISPLAY and DISPLAYCURSOR).    │
  13. │          │          │                                                    │
  14. │2.17 2.18 │ 08-19-90 │ Added the ability to swap all but 10k of code space│
  15. │          │          │ (when shelling to DOS) to EMS or current disk      │
  16. │          │          │ drive. Also added new WINDE.INI variable -         │
  17. │          │          │ SwapEnabled - to enable / disable this feature.    │
  18. │          │          │                                                    │
  19. │2.18 2.19 │ 08-19-90 │ Modified Directory menu to have two exec functions:│
  20. │          │          │                                                    │
  21. │          │          │     o with swap         - ALT+=                    │
  22. │          │          │     o without swap      - ALT+/                    │
  23. │          │          │                                                    │
  24. │          │          │ The exec without swap is useful on systems without │
  25. │          │          │ EMS to prevent lengthy disk writes for commands    │
  26. │          │          │ that do not require a swap (almost anything other  │
  27. │          │          │ than very large programs - such as a compiler).    │
  28. │          │          │                                                    │
  29. │          │        " │ The swap file will now be placed in the same       │
  30. │          │          │ directory as the WINDE.$$$ file (as opposed to     │
  31. │          │          │ placing it in the current directory).              │
  32. │          │          │                                                    │
  33. │          │        " │ WindE will now give a notify message when trying   │
  34. │          │          │ to do an edit or directory command without a       │
  35. │          │          │ selection. This bug was introduced in an earlier   │
  36. │          │          │ revision.                                          │
  37. │          │          │                                                    │
  38. │          │        " │ Added a screen checksum to detect when a shelled   │
  39. │          │          │ program wrote directly to the screen memory, so    │
  40. │          │          │ that the screen will be redrawn when necessary.    │
  41. │          │          │                                                    │
  42. │          │        " │ Added two new WINDE.INI variables:                 │
  43. │          │          │                                                    │
  44. │          │          │     o HighLightAttribute - used for highlighted    │
  45. │          │          │       entries in the help screens and for high-    │
  46. │          │          │       lighting the title pane text for dirty       │
  47. │          │          │       windows.                                     │
  48. │          │          │     o ReadOnlyBorder - indicates that a window is  │
  49. │          │          │       read only.                                   │
  50. │          │          │                                                    │
  51. │2.19 2.20 │ 09-30-90 │ Correctly restored cursor after using Font8x8 when │
  52. │          │          │ returning to DOS                                   │
  53. │          │          │                                                    │
  54. │          │        " │ Reset arrow limits when switching between Font8x8  │
  55. │          │          │ on / off modes.                                    │
  56. │          │          │                                                    │
  57. │          │        " │ Removed full path shell mode: shelling with a full │
  58. │          │          │ pathname behaves like any other shell.             │
  59. │          │          │                                                    │
  60. │          │        " │ WindE now uses an environment variable to prevent  │
  61. │          │          │ re-executing WindE while shelled out from WindE.   │
  62. │          │          │ The environment variable is: " W~ ".  WindE no     │
  63. │          │          │ longer modifies the DOS prompt when shelling.      │
  64. │          │          │                                                    │
  65. │          │        " │ When shelling, WindE will set the environment      │
  66. │          │          │ length to that of the master environment. This     │
  67. │          │          │ will leave room in the environment for shelled     │
  68. │          │          │ programs to set new environment variables.         │
  69. │          │          │                                                    │
  70. │          │        " │ WindE will now redirect the output of batch files. │
  71. │          │          │                                                    │
  72. │          │        " │ Modified the directory menu to include specific    │
  73. │          │          │ entries for setting the directory sort and         │
  74. │          │          │ wildcard. The directory command will no longer     │
  75. │          │          │ modify the sort or wildcard.                       │
  76. │          │          │                                                    │
  77. │          │        " │ Added a WINDE.INI variable:                        │
  78. │          │          │                                                    │
  79. │          │          │     PromptingOk                                    │
  80. │          │          │                                                    │
  81. │          │          │ to enable prompting for a selection when an illegal│
  82. │          │          │ or no selection is available for the Edit,         │
  83. │          │          │ Directory and Wildcard command.                    │
  84. │          │          │                                                    │
  85. │          │        " │ Added a WINDE.INI varialble:                       │
  86. │          │          │                                                    │
  87. │          │          │     RefreshScreen                                  │
  88. │          │          │                                                    │
  89. │          │          │ to enable the redrawing of line drawing characters │
  90. │          │          │ as a background activity.                          │
  91. │          │          │                                                    │
  92.